Uses of Class
es.csic.iiia.fabregues.dip.orders.Order
Package | Description |
---|---|
es.csic.iiia.fabregues.dip | |
es.csic.iiia.fabregues.dip.board | |
es.csic.iiia.fabregues.dip.comm | |
es.csic.iiia.fabregues.dip.orders |
-
Uses of Order in es.csic.iiia.fabregues.dip
Methods in es.csic.iiia.fabregues.dip that return types with arguments of type Order Modifier and Type Method Description abstract java.util.List<Order>
Player. play()
plays selecting the orders to write if returned orders == null, orders are not send.Methods in es.csic.iiia.fabregues.dip with parameters of type Order Modifier and Type Method Description abstract void
Observer. receivedOrder(Order order)
does something with every received last phase written orderMethod parameters in es.csic.iiia.fabregues.dip with type arguments of type Order Modifier and Type Method Description void
Player. sendOrders(java.util.List<Order> orders)
sends all orders to the server -
Uses of Order in es.csic.iiia.fabregues.dip.board
Methods in es.csic.iiia.fabregues.dip.board that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>
GameState. getMyOrders()
java.util.List<Order>
GameState. getOrders()
Methods in es.csic.iiia.fabregues.dip.board with parameters of type Order Modifier and Type Method Description void
GameState. addOrder(Order order)
Method parameters in es.csic.iiia.fabregues.dip.board with type arguments of type Order Modifier and Type Method Description void
GameState. setMyOrders(java.util.List<Order> myOrders)
-
Uses of Order in es.csic.iiia.fabregues.dip.comm
Methods in es.csic.iiia.fabregues.dip.comm that return Order Modifier and Type Method Description protected Order
OrderParser. handleMTO(Power power, Region region, Region mtoRegion, java.lang.String result)
protected Order
StringA2Order. handleMTO(Power power, Region region, Region mtoRegion, java.lang.String result)
protected Order
OrderParser. handleSUP(Power power, Region region, Power supportedPower, Region regionSupported, Region destination, java.lang.String result)
protected Order
OrderParser. handleSUP(Power power, Region region, Power supportedPower, Region regionSupported, java.lang.String result)
protected Order
StringA2Order. handleSUP(Power power, Region region, Power supportedPower, Region regionSupported, Region destination, java.lang.String result)
protected Order
StringA2Order. handleSUP(Power power, Region region, Power supportedPower, Region regionSupported, java.lang.String result)
Order
OrderParser. processOrder(java.lang.String[] orderMsg)
Pot processar ordres en el seg�ents formats: ( AUS AMY BUD ) HLD ) SUB ( ( AUS AMY BUD ) HLD ) ORD ( SPR 1901 ) ( ( AUS AMY BUD ) HLD ) ( SUC )Order
StringA2Order. processOrder(java.lang.String[] orderMsg)
Pot processar ordres en el seg�ents formats: ( AUS AMY BUD ) HLD ) SUB ( ( AUS AMY BUD ) HLD ) ORD ( SPR 1901 ) ( ( AUS AMY BUD ) HLD ) ( SUC )Methods in es.csic.iiia.fabregues.dip.comm that return types with arguments of type Order Modifier and Type Method Description static java.util.List<Order>
StringA2Order. processOrders(java.lang.String[] message, Game game)
Checks the correct number of brackets on an Order Cuts an order into different onesMethods in es.csic.iiia.fabregues.dip.comm with parameters of type Order Modifier and Type Method Description static java.lang.String[]
Order2StringA. getOrderMsg(Order o)
static java.lang.String[]
Order2StringA. getOrderResult(Order order)
Method parameters in es.csic.iiia.fabregues.dip.comm with type arguments of type Order Modifier and Type Method Description static java.lang.String[]
Parser. formatOrders(java.util.List<Order> orders)
-
Uses of Order in es.csic.iiia.fabregues.dip.orders
Subclasses of Order in es.csic.iiia.fabregues.dip.orders Modifier and Type Class Description class
BLDOrder
Build orderclass
DSBOrder
Disband orderclass
HLDOrder
Hold orderclass
MTOOrder
Move orderclass
REMOrder
Remove orderclass
RTOOrder
Retreate to orderclass
SUPMTOOrder
Support move orderclass
SUPOrder
Support hold orderclass
WVEOrder
Waive orderMethods in es.csic.iiia.fabregues.dip.orders that return Order Modifier and Type Method Description Order
SUPOrder. getSupportedOrder()